combobox: remove handling of focus-padding and focus-line-width
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 Jan 2012 17:01:53 +0000 (12:01 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Feb 2012 01:30:40 +0000 (20:30 -0500)
commit4675ed27fdbbb62b0b53e87bf31adccb0d17db7c
tree7ab70f2d75b40ee5bd15722aa57b378f512ccb59
parent9d7a722b38068de49b6807bdf173dee3220c36d5
combobox: remove handling of focus-padding and focus-line-width

GtkComboBox always handles focus through its children, so there's no
need to request and allocate them again.
In fact, Adwaita was forcing these style properties to zero for
GtkComboBox.
gtk/gtkcombobox.c